[MAC] Using a proxy for NSURLConnection
        Posted  
        
            by SideSwipe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SideSwipe
        
        
        
        Published on 2010-05-05T19:04:43Z
        Indexed on 
            2010/05/05
            19:08 UTC
        
        
        Read the original article
        Hit count: 233
        
Is there any way to get the content of a webfile (namely a .html Document) using a proxy, which is not defined in the system settings? I know that NSURLConnection is the right way to download a web file into a variable and not into a file (for which we should use NSURLDownload), but I don't find an way to use a proxy for it. Are there some inofficial APIs, Librarys or Classes or such I could use for what I want to do? I'm not that pro in Mac Programming, so im searching for something more or less simple to do for me plz.
SideSwipe
© Stack Overflow or respective owner